go/ast.CommClause.Case (field)

3 uses

	go/ast (current package)
		ast.go#L737: 		Case  token.Pos // position of "case" or "default" keyword
		ast.go#L788: func (s *CommClause) Pos() token.Pos     { return s.Case }

	go/parser
		parser.go#L2326: 	return &ast.CommClause{Case: pos, Comm: comm, Colon: colon, Body: body}